GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / SearchTextRegex Method





In This Topic
SearchTextRegex Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(651)>
Function SearchTextRegex( _
   ByVal Pattern As String, _
   ByVal Occurrence As Integer, _
   ByVal CaseSensitive As Boolean, _
   ByRef BoundingBoxes() As Single _
) As Boolean
[DispId(651)]
bool SearchTextRegex( 
   string Pattern,
   int Occurrence,
   bool CaseSensitive,
   ref float[] BoundingBoxes
)
function SearchTextRegex( 
    Pattern: String;
    Occurrence: Integer;
    CaseSensitive: Boolean;
   var  BoundingBoxes: Singlearray of
): Boolean; 
DispIdAttribute(651)
function SearchTextRegex( 
   Pattern : String,
   Occurrence : int,
   CaseSensitive : boolean,
   BoundingBoxes : float[]
) : boolean;
[DispId(651)]
bool SearchTextRegex( 
   string* Pattern,
   int Occurrence,
   bool CaseSensitive,
   ref float[]* BoundingBoxes
) 
[DispId(651)]
bool SearchTextRegex( 
   String^ Pattern,
   int Occurrence,
   bool CaseSensitive,
   array<float>^% BoundingBoxes
) 

Parameters

Pattern
Occurrence
CaseSensitive
BoundingBoxes
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members